Package-level declarations

Types

Link copied to clipboard
@Serializable
data class ColorTriggerMetaData(val name: String = "Color Trigger", val rMin: Int = 0, val rMax: Int = 255, val gMin: Int = 0, val gMax: Int = 255, val bMin: Int = 0, val bMax: Int = 255, val nodeAction: NodeAction = NodeAction.EXECUTE, val error: String = "", val sources: List<NodeIdentity> = emptyList(), val snapshot: Snapshot = Snapshot(), val invocationTriggers: List<InvocationTrigger> = emptyList(), val inputs: List<NodeIdentity> = emptyList()) : SourceMetaData

Payload for a Color trigger.